Extension point exceptionhandler
Documentation
Define an exceptionHandler that manages exceptions To override just contribute again on the extension point, parameters will be keep. Default contributed is DefaultNuxeoExceptionHandler.
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.web.common.exceptionhandling.descriptor.ExceptionHandlerDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="exceptionhandler" target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService"> <exceptionHandler class="org.nuxeo.ecm.platform.web.common.exceptionhandling.DefaultNuxeoExceptionHandler"/> </extension>
-
<extension point="exceptionhandler" target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService"> <exceptionHandler class="org.nuxeo.ecm.platform.ui.web.auth.cas2.SecurityExceptionHandler"/> </extension>
-
<extension point="exceptionhandler" target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService"> <exceptionHandler class="org.nuxeo.ecm.platform.shibboleth.auth.exceptionhandling.ShibbolethSecurityExceptionHandler"/> </extension>